Merge of intellitech-en
2022-01-20
https://gyazo.com/b07e82d4ba1e17841a60b1cd53a670c6
https://gyazo.com/92f28c5bf9c53d50ef15ad9d5c6575bc
Unexpected things collide...
In the meantime, I'll change the title of the Japanese one to think about what to do after importing.
prefix: (collision)
code:add_icon_on_all_pages.py
import json
IN_FILE = "intellitech-en.json"
OUT_FILE = "intellitech-en-out.json"
ICON = "en.icon"
data = json.load(open(IN_FILE))
json.dump(data, open(OUT_FILE, "w"))
It's done.
Resolving Collision Pages
Most pages are predominantly in English
I wasn't sure what to do with just the George Edward Pelham Box.
There is a link to the Japanese page.
Decided to keep both.
---
This page is auto-translated from /nishio/intellitech-enのマージ. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.